* lisp.h (modify_region): Rename to...
authorDmitry Antipov <dmantipov@yandex.ru>
Mon, 3 Dec 2012 14:13:06 +0000 (18:13 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Mon, 3 Dec 2012 14:13:06 +0000 (18:13 +0400)
commit7777976d6fa383cba838c511bb6488274e358ed0
treedeed82f78f9ac4bdb064efca4462d38f53f0daa3
parentfbf70d5ae88e4f48cdb80b8aabaed35d336476fd
* lisp.h (modify_region): Rename to...
(modify_region_1): ...new prototype.
* textprop.c (modify_region): Now static.  Adjust users.
* insdel.c (modify_region): Rename to...
(modify_region_1): ...new function to work with current buffer.
Adjust comment and users.  Use true and false for boolean arg.
src/ChangeLog
src/casefiddle.c
src/editfns.c
src/insdel.c
src/lisp.h
src/textprop.c